| SaACHPaymentAccount |
| Logical Entity Name | SaACHPaymentAccount |
| Default Table Name | SaACHPaymentAccount |
| Physical Only | NO |
| Owner | dbo |
| Definition | |
| Note |
| SaACHPaymentAccount Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SaACHPaymentAccountID |
int | NO | ||
| Code | nchar(8) | NO | ||
| Descrip | nvarchar(50) | NO | ||
| Partner | nvarchar(50) | NO | ||
| VendorID | nvarchar(50) | NO | ||
| SchoolUserID | nvarchar(50) | NO | ||
| SchoolPassword | nvarchar(130) | YES | ||
| TransFeeType | nchar(1) | NO | ||
| TransFeeNum | numeric(7, 2) | YES | ||
| TransFeeMin | numeric(7, 2) | YES | ||
| TransFeeMax | numeric(7, 2) | YES | ||
| TransFeeSource | nchar(1) | NO | ||
| TransFeeSaBillCodeID | int | YES | ||
| TransMin | numeric(7, 2) | YES | ||
| TransMax | numeric(7, 2) | YES | ||
| TestMode | bit | NO | ||
| PasswdRandomKey | nvarchar(258) | YES | ||
| IV | nvarchar(100) | NO | ||
| SaACHPaymentProcessorID | int | YES | ||
| AuthAmount | money | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| UserID | int | NO | ||
| TS | timestamp | NO |
| SaACHPaymentAccount Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_SaACHPaymentAccount | PrimaryKey | SaACHPaymentAccountID |
| SaACHPaymentAccount Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| SaOnlineACHBatchHeader | Non-Identifying | One To Zero or More | FK_SaOnlineACHBatchHeader_SaACHPaymentAccountId_SaACHPaymentAccount_SaACHPaymentAccountId | NO | YES | |||
| SyCampus | Non-Identifying | One To Zero or More | FK_SyCampus_SaACHPaymentAccountId_SaACHPaymentAccount_SaACHPaymentAccountId | NO | YES |
| SaACHPaymentAccount Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_SaACHPaymentAccount_TransFeeNum_Num | ([TransFeeType]='P' OR [TransFeeNum]>=[TransFeeMin] AND [TransFeeNum]<=[TransFeeMax]) |
| Chk_SaACHPaymentAccount_TransMax | ([TransMax]>=[TransMin]) |
| Chk_SaACHPaymentAccount_TransFeeNum_Pct | ([TransFeeType]='F' OR [TransFeeNum]>=(0) AND [TransFeeNum]<=(100)) |
| Chk_SaACHPaymentAccount_TransFeeMax | ([TransFeeMax]>=[TransFeeMin]) |
| SaACHPaymentAccount Storage |
| STORAGE OPTION | STORAGE VALUE |
| Filegroup | PRIMARY |
| Text Image File Group |
| SaACHPaymentAccount Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.SaACHPaymentAccount |
NO | |||
| Physical (Microsoft SQL Server) dbo.SaACHPaymentAccount |
NO |
| SaACHPaymentAccount Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Physical (Microsoft SQL Server) | Main Model |
| SaACHPaymentAccount Data Movement Rules |
| Name | Type | Rule Text/Value |